PDF4Java Reference Documentation
com.o2sol.pdf4java.core.cos Package / PDFCosArray Class / getAsNumber Method
Index of element to return.
In This Topic
    getAsNumber Method
    In This Topic
    Gets the element at the specified index as a double.
    Syntax
    public double getAsNumber( 
       int index
    )

    Parameters

    index
    Index of element to return.

    Return Value

    A double representing the element.
    Exceptions
    ExceptionDescription
    Thrown when the index value is invalid
    See Also